home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1991 / Mar 91 / MacApp.Tech$ 3⁄29⁄91 / 3363-MacApp⁄C++⁄Fields..-Mar91 < prev    next >
Encoding:
Text File  |  1991-04-01  |  797 b   |  28 lines  |  [TEXT/GEOL]

  1. Item    8323841                         26-March-91        18:00PST
  2.  
  3. From:   D6314                           AmeriChem Eng, Ron Reynolds,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. ------------------------------------------------------------------------------
  8.  
  9. Sub:    MacApp/C++/Fields..
  10.  
  11.  
  12. Hi MacApp Programmmer´s
  13.  
  14. While using the Fields method (MacApp/C++), I encountered a difficulty.  I
  15. would greatly appreciate it, if someone could tell me the correct way to print
  16. arrays(say an array of integers) in the inspector window?  Do we have to print
  17. each element separately with a
  18. DoToField("\pfarray[0]",  (Ptr) &farray[0], bInteger, DoToField_StaticLink);
  19. ????  This does not seem to be convenient solution for large arrays.....
  20.  
  21. Thanks
  22.  
  23. Franco Davis
  24.  
  25.  
  26. Author: F.D
  27.  
  28.